home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / KIRSTEN.DIR / 00288_Script_288 < prev    next >
Text File  |  1995-03-07  |  405b  |  15 lines

  1. on exitFrame
  2.   global WHichGirlFIle,ZoomStatus,WhichCallAngela
  3.   put 0 into WhichCallAngela
  4.   
  5.   put 0 into ZoomStatus
  6.   put "Kirsten" into WhichGirlFile
  7.   preload "Kirsten4"
  8.   put the pathname into temp
  9.   if the machinetype <> 256 then
  10.     put Temp & "MOVIES:Kirst.MOV" into Fname
  11.   else
  12.     put Temp & "MOVIES\Kirst.MOV" into Fname
  13.   end if
  14.   set the filename of cast "QT.MOV" to FName
  15. end